This page last changed on Aug 16, 2010 by scytacki.
  1. get the installer from the google code project http://code.google.com/p/git-osx-installer/
  2. install command completion
    cd /tmp
    git clone git://git.kernel.org/pub/scm/git/git.git
    cd git
    git checkout v`git --version | awk '{print $3}'`
    cp contrib/completion/git-completion.bash ~/.git-completion.bash
    cd ~
    rm -rf /tmp/git
    echo -e "source ~/.git-completion.bash" >> .profile
    

    This snippet was taken from this blog post

Document generated by Confluence on Jan 27, 2014 16:56